Loading debian/rules +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ export https_proxy=http://127.0.0.1:9/ override_dh_auto_clean: dh_auto_clean rm -f conda/.version rm -rf .pytest_cache # First moving back files from inner folder if [ -d $(CURDIR)/tmp_test_ignore/conda_env ] ; then \ mv $(CURDIR)/tmp_test_ignore/conda_env/* tests/conda_env/ ; \ Loading Loading
debian/rules +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ export https_proxy=http://127.0.0.1:9/ override_dh_auto_clean: dh_auto_clean rm -f conda/.version rm -rf .pytest_cache # First moving back files from inner folder if [ -d $(CURDIR)/tmp_test_ignore/conda_env ] ; then \ mv $(CURDIR)/tmp_test_ignore/conda_env/* tests/conda_env/ ; \ Loading