3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.astral: improve checkPhase

This commit is contained in:
Robert Schütz 2019-03-04 17:07:23 +01:00
parent 9cb1f6b5dd
commit ceb5c0fa56

View file

@ -13,8 +13,6 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
checkPhase = ''
# https://github.com/sffjunkie/astral/pull/26
touch src/test/.api_key
py.test -m "not webtest"
'';