Merge pull request #277741 from trofi/pypy2Packages.attrs-fix-tests-eval

pypy2Packages.attrs: fix `tests` eval
This commit is contained in:
Nick Cao
2024-01-01 10:32:40 -05:00
committed by GitHub
@@ -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";