Skip to content

Commit 59372fe

Browse files
committed
removing pytest-capturelog which has been integrated into pytest; updating pip requirement to 10.0.1
1 parent ead6a60 commit 59372fe

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pip_check_reqs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.1b'
1+
__version__ = '2.0.1b0'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
packaging
2-
pip>=10.0
2+
pip >= 10.0.1

test-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
coverage
22
pretend
3-
pytest
4-
pytest-capturelog >= 0.7
3+
pytest

0 commit comments

Comments
 (0)