Skip to content

Commit 8963956

Browse files
authored
Merge pull request #443 from tmux-python/pyup-update-pytest-3.8.2-to-3.9.1
Update pytest to 3.9.1
2 parents b239cb6 + a35a05a commit 8963956

File tree

3 files changed

+34
-33
lines changed

3 files changed

+34
-33
lines changed

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ alagitpull = "*"
99
releases = "*"
1010
aafigure = "*"
1111
sphinxcontrib-napoleon = "*"
12-
sphinx = "*"
12+
sphinx = ">=1.8.1"
1313
isort = "*"
1414
"flake8" = "*"
1515
vulture = "*"
@@ -25,6 +25,7 @@ libtmux = "==0.8.0"
2525
click = ">=7<8"
2626
colorama = "*"
2727
"e1839a8" = {path = ".", editable = true}
28+
sphinx = "*"
2829

2930
[requires]
3031
python_version = "2.7"

Pipfile.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==3.8.2
1+
pytest==3.9.1
22
pytest-rerunfailures==4.2

0 commit comments

Comments
 (0)