We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c647fb commit 9bf386cCopy full SHA for 9bf386c
tests/unit/test.sh
@@ -44,6 +44,10 @@ rlJournalStart
44
rlRun "TEST_VENV=$(mktemp -d)"
45
46
rlRun "python3 -m venv $TEST_VENV --system-site-packages"
47
+ # pytest-container==0.4.0 is not compatible with c9s pytest 6.2.2
48
+ if rlIsCentOS "=9"; then
49
+ rlRun "$TEST_VENV/bin/pip install -U pytest"
50
+ fi
51
rlRun "$TEST_VENV/bin/pip install pytest-container pytest-xdist"
52
53
# Note: we're not in the root directory!
0 commit comments