Skip to content

Commit 5d6c7f2

Browse files
authored
Merge pull request #60 from timothyjlaurent/#59-fix-test-django-settings
#59 fix test django settings
2 parents 2d1ab4b + f885903 commit 5d6c7f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
DJANGO_SETTINGS_MODULE = django_test_settings

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[aliases]
22
test=pytest
33

4-
[tool:pytest]
5-
DJANGO_SETTINGS_MODULE = django_test_settings
6-
74
[flake8]
85
exclude = setup.py,docs/*,examples/*,tests,graphene_django/debug/sql/*
96
max-line-length = 120

0 commit comments

Comments
 (0)