[med-svn] [Git][med-team/conda][master] Exclude test that tries to switch from different environments and fails at...
Andreas Tille
gitlab at salsa.debian.org
Fri Apr 5 13:30:42 BST 2019
Andreas Tille pushed to branch master at Debian Med / conda
Commits:
beb577c8 by Andreas Tille at 2019-04-05T12:30:04Z
Exclude test that tries to switch from different environments and fails at default one which is /usr (no write access)
- - - - -
1 changed file:
- debian/patches/fix_other_test_issues.patch
Changes:
=====================================
debian/patches/fix_other_test_issues.patch
=====================================
@@ -37,3 +37,13 @@ Description: Other random fixes in test suite
@pytest.mark.skipif(on_win, reason="unix-only test")
def test_init_sh_user_unix(self):
with tempdir() as conda_temp_prefix:
+--- a/tests/test_activate.py
++++ b/tests/test_activate.py
+@@ -1674,6 +1674,7 @@ class ShellWrapperIntegrationTests(TestC
+ # assert 'venusaur' in PATH4
+ assert PATH4 == PATH2
+
++ @pytest.mark.skipif(True, reason="Debian: tries to switch from different environments and fails at default one which is /usr (no write access)")
+ @pytest.mark.skipif(bash_unsupported(), reason=bash_unsupported_because())
+ def test_bash_basic_integration(self):
+ with InteractiveShell('bash') as shell:
View it on GitLab: https://salsa.debian.org/med-team/conda/commit/beb577c89b5aff65652aee6c4a2400f6e6278a12
--
View it on GitLab: https://salsa.debian.org/med-team/conda/commit/beb577c89b5aff65652aee6c4a2400f6e6278a12
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190405/62b6d3eb/attachment.html>
More information about the debian-med-commit
mailing list