Commit f730e8b0 authored by mvdbeek's avatar mvdbeek
Browse files

Silence DeprecationWarning for all job scripts

Once we hit the job script we really don't want this to bleed through to
the stderr, since there's nothing a user can do to fix it.
It's a bit harsh, but I don't think this would hide dependency issues.
parent 84f0ad4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ _galaxy_setup_environment() {
$integrity_injection
$slots_statement
export GALAXY_SLOTS
export PYTHONWARNINGS="ignore"
GALAXY_VIRTUAL_ENV="$galaxy_virtual_env"
_GALAXY_VIRTUAL_ENV="$galaxy_virtual_env"
PRESERVE_GALAXY_ENVIRONMENT="$preserve_python_environment"