diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9649a3d..0953073 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - - run: pip install -e . -r dev-requirements.txt + - run: pip install -r dev-requirements.txt - run: PYTEST_SENTRY_ALWAYS_REPORT=1 pytest tests dist: runs-on: ubuntu-latest diff --git a/dev-requirements.txt b/dev-requirements.txt index 2480419..f060cd6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,2 +1,3 @@ +-e . pytest-rerunfailures pytest<4; python_version < '3.0'