Skip to content

Commit

Permalink
Temporary remove tox version requirements (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 8, 2022
1 parent c4748bf commit dd1e8f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pip install "tox>=4.0.0b2" "coverage[toml]>=6.5.0"
run: pip install "tox>=4.0.2" "coverage[toml]>=6.5.0"

- name: Run tox -e ${{ matrix.tox_env }}
run: tox -e ${{ matrix.tox_env }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ classifiers = [
keywords = ["git", "tox", "tox-plugin"]
dependencies = [
"gitpython",
"tox>=4.0.0b2",
"packaging",
"tox",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
minversion = 4.0.0b2
minversion = 4.0.2
skipsdist = true
ignore_path = tests
envlist =
Expand All @@ -13,7 +13,7 @@ usedevelop = true
skip_install = false
deps =
-e ".[test]"
devel: tox @ git+https://github.com/tox-dev/tox.git@rewrite
devel: tox @ git+https://github.com/tox-dev/tox.git@main

setenv =
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}
Expand Down

0 comments on commit dd1e8f3

Please sign in to comment.