diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-30 02:51:26 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-30 02:51:26 -0700 |
| commit | 9a9ea6a2c050c1ad5044df34b49026af016c463a (patch) | |
| tree | ca5d32ea6f0fb44dcedcd4abb5e3427c9d337946 /docs/tutorials/wiki2/src/authentication/setup.py | |
| parent | 7633490dd5c70ce93c94c62e08b1a80f8cc2bf6f (diff) | |
| download | pyramid-9a9ea6a2c050c1ad5044df34b49026af016c463a.tar.gz pyramid-9a9ea6a2c050c1ad5044df34b49026af016c463a.tar.bz2 pyramid-9a9ea6a2c050c1ad5044df34b49026af016c463a.zip | |
Update wiki2 with alchemy cookiecutter source files
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/setup.py')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/setup.py b/docs/tutorials/wiki2/src/authentication/setup.py index 28b766cbe..e2a30c0e7 100644 --- a/docs/tutorials/wiki2/src/authentication/setup.py +++ b/docs/tutorials/wiki2/src/authentication/setup.py @@ -26,7 +26,7 @@ requires = [ tests_require = [ 'WebTest >= 1.3.1', # py3 compat - 'pytest', + 'pytest>=3.7.4', 'pytest-cov', ] |
