Skip to content

Commit 20cc41f

Browse files
authored
build: update pytest to v7 (#137)
This commit updates pytest to the latest major version and pins the setuptools package version in the travis config to temporary fix publishing issues.
1 parent 6ace09d commit 20cc41f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ deploy:
3939
python: '3.7'
4040
branch: main
4141
- provider: pypi
42+
setuptools_version: "60.8.2"
4243
user: $PYPI_USER
4344
password: $PYPI_TOKEN
4445
repository: https://upload.pypi.org/legacy

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage>=4.5.4
22
pylint>=2.6.0,<3.0.0
3-
pytest>=6.2.1,<7.0.0
3+
pytest>=7.0.1,<8.0.0
44
pytest-cov>=2.2.1,<3.0.0
55
responses>=0.12.1,<1.0.0
66
tox>=3.2.0,<4.0.0

0 commit comments

Comments
 (0)