mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
pythonPackages.fake_factory: refactor disable tests (for good reason)
This commit is contained in:
parent
99b5abef81
commit
0ae8b4868c
@ -18,6 +18,10 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six dateutil ipaddress mock ];
|
||||
|
||||
# fake-factory is depreciated and single test will always fail
|
||||
doCheck = false;
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} -m unittest faker.tests
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user