Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 7k
Removed requirements txt files from project.#9842
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
base:main
Are you sure you want to change the base?
Changes from all commits
f3757ed58d82d6fff5e24b8832951c989dfb05db8bc847be554f479d4b7675f6bf2d4b18b30726848f32File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -15,35 +15,35 @@ envdir ={toxworkdir}/venvs/{envname} | ||
| setenv = | ||
| PYTHONDONTWRITEBYTECODE=1 | ||
| PYTHONWARNINGS=once | ||
| deps = | ||
| django42: Django>=4.2,<5.0 | ||
| django50: Django>=5.0,<5.1 | ||
| django51: Django>=5.1,<5.2 | ||
| django52: Django>=5.2,<6.0 | ||
| django60: Django>=6.0,<6.1 | ||
| djangomain: https://github.com/django/django/archive/main.tar.gz | ||
| -rrequirements/requirements-testing.txt | ||
| -rrequirements/requirements-optionals.txt | ||
| dependency_groups = | ||
| test | ||
| optional | ||
| django42: django42 | ||
| django50: django50 | ||
| django51: django51 | ||
| django52: django52 | ||
| django60: django60 | ||
| djangomain: djangomain | ||
| [testenv:base] | ||
| ; Ensure optional dependencies are not required | ||
| dependency_groups = | ||
| test | ||
| deps = | ||
p-r-a-v-i-n marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading. Please reload this page. | ||
| django<6.1 | ||
| -rrequirements/requirements-testing.txt | ||
| [testenv:dist] | ||
| commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --no-pkgroot --staticfiles{posargs} | ||
| deps = | ||
| django<6.1 | ||
| -rrequirements/requirements-testing.txt | ||
| -rrequirements/requirements-optionals.txt | ||
| dependency_groups = | ||
| test | ||
| optional | ||
| [testenv:docs] | ||
| skip_install = true | ||
| commands = mkdocs build | ||
| deps = | ||
| -rrequirements/requirements-testing.txt | ||
| -rrequirements/requirements-documentation.txt | ||
| commands = | ||
| mkdocs build | ||
| dependency_groups = | ||
| test | ||
| docs | ||
| [testenv:py312-djangomain] | ||
| ignore_outcome = true | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.