treewide: structured attrs fixes

This commit is contained in:
Robin Gloster
2019-12-30 04:50:38 +01:00
committed by Jan Tojnar
parent 548aff5a49
commit f9268589f8
@@ -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;