Skip to content

Commit b639e66

Browse files
authored
test on py3.12 (#6448)
* test on py3.12 * update to pytest-httpbin==2.0.0
1 parent d3d5044 commit b639e66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
1616
os: [ubuntu-22.04, macOS-latest, windows-latest]
1717
include:
1818
# pypy-3.7 on Mac OS currently fails trying to compile

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e .[socks]
22
pytest>=2.8.0,<=6.2.5
33
pytest-cov
4-
pytest-httpbin==1.0.0
4+
pytest-httpbin==2.0.0
55
pytest-mock==2.0.0
66
httpbin==0.7.0
77
trustme

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run_tests(self):
6565
"certifi>=2017.4.17",
6666
]
6767
test_requirements = [
68-
"pytest-httpbin==0.0.7",
68+
"pytest-httpbin==2.0.0",
6969
"pytest-cov",
7070
"pytest-mock",
7171
"pytest-xdist",

0 commit comments

Comments
 (0)