treewide: structured attrs fixes

This commit is contained in:
Robin Gloster 2019-11-05 21:19:11 +01:00 committed by Jan Tojnar
parent 548aff5a49
commit f9268589f8
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
postUnpack = "sourceRoot=$sourceRoot/hypothesis-python";
propagatedBuildInputs = [ attrs coverage ] ++ lib.optional (!isPy3k) [ enum34 ];
propagatedBuildInputs = [ attrs coverage ] ++ lib.optional (!isPy3k) enum34;
checkInputs = [ pytest pytest_xdist flaky mock pexpect ];
inherit doCheck;