From ae6bfb0c9246317df4d9ff092789dd379a48e6cc Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 4 Jun 2024 23:17:16 -0400 Subject: [PATCH] Give up using editable tox installation in the coverage job --- .github/workflows/tests-and-linters.yml | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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