diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index 2a1e1c41..af2e4e39 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.12 - - run: pip install tox cython==0.29.36 + - run: pip install tox cython==0.29.37 - run: make cythonize - run: tox env: diff --git a/tox.ini b/tox.ini index 900f8559..7b3b5b81 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,6 @@ python_files = test_*_py3*.py [testenv:coveralls] passenv = GITHUB_*, COVERALLS_* basepython=python3.12 -usedevelop=True deps= {[testenv]deps} cython<3.0