python310Packages.cherrypy: set CI environment variable

This commit is contained in:
Theodore Ni 2023-06-30 23:30:55 -07:00
parent 31d2e6195c
commit 50a75a4c09
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -65,6 +65,10 @@ buildPythonPackage rec {
requests-toolbelt
];
preCheck = ''
export CI=true
'';
pytestFlagsArray = [
"-W"
"ignore::DeprecationWarning"