mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
python310Packages.cherrypy: set CI environment variable
This commit is contained in:
parent
31d2e6195c
commit
50a75a4c09
@ -65,6 +65,10 @@ buildPythonPackage rec {
|
||||
requests-toolbelt
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export CI=true
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W"
|
||||
"ignore::DeprecationWarning"
|
||||
|
Loading…
Reference in New Issue
Block a user