Skip to content

Commit 5a0934c

Browse files
committed
chore: update ci stuff
1 parent 66e79e2 commit 5a0934c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
flake8
2626
pydocstyle pact
27-
- name: Test with nosetests
27+
- name: Test with pytest
2828
run: |
2929
tox -e test
3030
- name: Test examples

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ codecov==2.0.5
55
coverage==4.3.4
66
flake8==3.8.3
77
mock==3.0.5
8-
nose==1.3.7
98
psutil==5.7.0
109
pycodestyle==2.6.0
1110
pydocstyle==4.0.1
1211
tox==3.14.0
12+
pytest==5.4.1
1313
tox-travis==0.8
1414
wheel==0.24.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ envlist=py{36,37,38,39}-{test,install}
44
deps=
55
test: -rrequirements_dev.txt
66
commands=
7-
test: nosetests
7+
test: pytest
88
install: python -c "import pact"

0 commit comments

Comments
 (0)