nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pythonPackages.fake_factory: refactor disable tests (for good reason)

authored by

Chris Ostrouchov and committed by
Frederik Rietdijk
0ae8b486 99b5abef

+4
+4
pkgs/development/python-modules/fake_factory/default.nix
··· 18 18 }; 19 19 20 20 propagatedBuildInputs = [ six dateutil ipaddress mock ]; 21 + 22 + # fake-factory is depreciated and single test will always fail 23 + doCheck = false; 24 + 21 25 checkPhase = '' 22 26 ${python.interpreter} -m unittest faker.tests 23 27 '';