diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-16 09:28:39 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-16 09:31:49 -0500 |
| commit | 468a7fc5fcbdc6ccac1cf1a726f079a558c76ad7 (patch) | |
| tree | 0974cb452d72fc85fa6f1357c6b8ab6139940080 /requirements | |
| parent | 0667611a82eac81818f40173acfca22a35fc1d9d (diff) | |
| download | python-coveragepy-git-468a7fc5fcbdc6ccac1cf1a726f079a558c76ad7.tar.gz | |
build: switch from tox-gh-actions to tox-gh, and tox 4
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/pins.pip | 3 | ||||
| -rw-r--r-- | requirements/tox.in | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip index 846cf51f..4ecea426 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -6,6 +6,3 @@ # docutils has been going through some turmoil. Different packages require it, # but have different pins. This seems to satisfy them all: #docutils>=0.17,<0.18 - -tox<4 -tox-gh-actions<3 diff --git a/requirements/tox.in b/requirements/tox.in index 50b4711c..da889018 100644 --- a/requirements/tox.in +++ b/requirements/tox.in @@ -7,7 +7,7 @@ # "make upgrade" turns this into requirements/tox.pip. tox -tox-gh-actions +tox-gh # Tox has a windows-only dependency on colorama: # https://github.com/tox-dev/tox/blob/master/setup.cfg#L44 |
