Skip to content

Commit

Permalink
Unpin webtest and pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Nov 18, 2018
1 parent ae94537 commit 54fba39
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions docs/quick_tour/logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/quick_tour/package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/quick_tour/sessions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/quick_tour/sqla_demo/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/quick_tutorial/cookiecutters/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki/src/authorization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki/src/basiclayout/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki/src/installation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki/src/models/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki/src/tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki/src/views/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki2/src/authentication/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki2/src/authorization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki2/src/basiclayout/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki2/src/installation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki2/src/models/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki2/src/tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/wiki2/src/views/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
]

tests_require = [
'WebTest >= 1.3.1',
'pytest>=3.7.4',
'WebTest',
'pytest',
'pytest-cov',
]

Expand Down

0 comments on commit 54fba39

Please sign in to comment.