Merge pull request #277741 from trofi/pypy2Packages.attrs-fix-tests-eval
pypy2Packages.attrs: fix `tests` eval
This commit is contained in:
@@ -32,10 +32,6 @@ buildPythonPackage rec {
|
||||
# Instead, we do this as a passthru.tests test.
|
||||
doCheck = false;
|
||||
|
||||
passthru.tests = {
|
||||
pytest = callPackage ./tests.nix { };
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python attributes without boilerplate";
|
||||
homepage = "https://github.com/hynek/attrs";
|
||||
|
||||
Reference in New Issue
Block a user