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 0f29b96 commit 3e97d9bCopy full SHA for 3e97d9b
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
NAME="testcontainers-iris"-${VERSION}-py3-none-any
38
echo name=$NAME >> $GITHUB_OUTPUT
39
- name: Test package
40
- run: pytest
+ run: pytest -k community
41
- name: Build package
42
run: python -m build
43
- name: Publish package
0 commit comments