forked from Stanford-Online/xblock-sql-grader
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: added support for py12, removed 3.8 from tox and fixed loading s…
…cenarios
- Loading branch information
1 parent
1086127
commit 9648bea
Showing
3 changed files
with
9 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
envlist = | ||
csslint | ||
eslint | ||
py{38, 311}-django{42}quality | ||
py{311}-django{42}quality | ||
|
||
[testenv] | ||
deps = | ||
-rrequirements/test.txt | ||
-e git+https://github.com/openedx/[email protected]\#egg=codejail | ||
django42: Django>=4.2,<4.3 | ||
|
||
commands = | ||
coverage run manage.py test | ||
coverage report | ||
|