python3Packages.cheroot: fix tests

patches no longer needed
This commit is contained in:
Jonathan Ringer
2019-10-26 15:34:17 -07:00
committed by Frederik Rietdijk
parent 5f06ba50e2
commit 749c53f144
2 changed files with 0 additions and 47 deletions

View File

@@ -15,8 +15,6 @@ buildPythonPackage rec {
sha256 = "5b525b3e4a755adf78070ab54c1821fb860d4255a9317dba2b88eb2df2441cff";
};
patches = [ ./tests.patch ];
nativeBuildInputs = [ setuptools_scm setuptools-scm-git-archive ];
propagatedBuildInputs = [ more-itertools six backports_functools_lru_cache ];