mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
pypy2Packages.attrs: fix tests
eval
Without the change `tests` eval fails as: $ nix build --no-link -f. pypy2Packages.attrs.tests error: error: path 'pkgs/development/python2-modules/attrs/tests.nix' does not exist
This commit is contained in:
parent
01962add7e
commit
46b946ea18
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user