forked from mirrors/nixpkgs
python.pkgs.astral: improve checkPhase
This commit is contained in:
parent
9cb1f6b5dd
commit
ceb5c0fa56
|
@ -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"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue