Merge pull request #240856 from tjni/cherrypy
python310Packages.cherrypy: set CI environment variable
This commit is contained in:
@@ -65,6 +65,10 @@ buildPythonPackage rec {
|
||||
requests-toolbelt
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export CI=true
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W"
|
||||
"ignore::DeprecationWarning"
|
||||
|
||||
Reference in New Issue
Block a user