Skip to content

attempt to update pytest versions #7667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 19 commits into from
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1978f08
added gitignore .py.bak
auvipy May 2, 2019
d14680d
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy May 3, 2019
9391f37
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Sep 10, 2019
fc418fe
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Oct 24, 2019
b887b14
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Nov 6, 2019
49b774e
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Nov 7, 2019
bee0daf
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Nov 18, 2019
ad39555
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Jan 25, 2020
45c4ee8
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy May 5, 2020
c329977
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy May 12, 2020
e83840c
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy May 14, 2020
aa0a455
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy May 15, 2020
6c579e5
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Jul 29, 2020
fc9906d
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Nov 27, 2020
18a303d
attempt to update pytest versions
auvipy Dec 21, 2020
0b0aff3
Merge branch 'master' of https://github.com/encode/django-rest-framework
auvipy Feb 16, 2021
75e0bc3
Merge branch 'patch-4' of https://github.com/auvipy/django-rest-frame…
auvipy Feb 16, 2021
fa8fbea
Update .gitignore
tomchristie Mar 17, 2021
4b7cf3f
Merge branch 'master' into patch-4
auvipy Mar 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion requirements/requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Pytest for running the tests.
pytest>=6.1.1,<6.2

pytest>=6.2.1,<6.3
pytest-django>=4.1.0,<4.2
six>=1.14.0
pytest-cov>=2.10.1