Skip to content

Commit

Permalink
Fix tox configuration
Browse files Browse the repository at this point in the history
skipsdist prevents installing the shim in tox >= 4, and usedevelop is
unnecessary and tox >= 4 emits warnings when it is enabled.

Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Feb 14, 2023
1 parent 993f989 commit 940a5f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[tox]
envlist = py{36,37,38,39,310,311}
skip_missing_interpreters = true
skipsdist = true
isolated_build = true

[testenv]
recreate = true
usedevelop = true
sitepackages = false
# pip < 19 requires setup.py
deps = pip >= 19
Expand Down

0 comments on commit 940a5f2

Please sign in to comment.