mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
pythonPackages.pytest-factoryboy: remove pep8 from tests
This commit is contained in:
parent
0e0e02126f
commit
cc0bc67e5c
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ buildPythonPackage rec {
|
|||
sha256 = "0m1snyybq2k51khlydhisq300vzys897vdbsicph628iran950hn";
|
||||
};
|
||||
|
||||
# TODO: remove in next release, it's removed in master.
|
||||
postPatch = "substituteInPlace tox.ini --replace '--pep8' ''";
|
||||
|
||||
propagatedBuildInputs = [ factory_boy inflection pytest ];
|
||||
|
||||
# The project uses tox, which we can't. So we simply run pytest manually.
|
||||
|
|
Loading…
Reference in a new issue