-
Notifications
You must be signed in to change notification settings - Fork 299
Commit 860a096
Use pytest instead of py.test (#502)
py.test is the old way of running pytest.
Also remove DJANGO_SETTINGS_MODULE env when running tests
This is already defined in pytest.ini and py.test will take it from
as it should also take parameters we might add in pytest.ini in the future.1 parent b3eed32 commit 860a096
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | - | ||
145 | + | ||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
|
0 commit comments