pythonPackges.typical: init at 2.7.9

This commit is contained in:
Kristoffer Føllesdal
2021-10-14 16:12:29 +02:00
parent af148b967c
commit 4e2839f091
4 changed files with 85 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
sha256 = "65fdc5034a95db212790fee5e977fb0a2df8deb60dccf3bac17d6d2b1a9bbacd";
};
doCheck = false; # No tests in pypi source
doCheck = false; # No tests in pypi source. Did not get tests from GitHub source to work.
pythonImportsCheck = [ "future_typing" ];