Skip to content

Commit 09dd385

Browse files
committed
add pytest-env
1 parent 9531be9 commit 09dd385

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

poetry.lock

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pre-commit = "^2.20.0"
5050
seleniumbase = "^4.40.8"
5151
django-selenium-test = "^2.0.0"
5252
pytest-django = "^4.11.1"
53+
pytest-env = "^1.1.5"
5354

5455
[tool.pytest.ini_options]
5556
norecursedirs = "node_modules"
@@ -60,6 +61,7 @@ filterwarnings = """
6061
ignore::DeprecationWarning:django_countries.fields:5
6162
ignore::DeprecationWarning:pkg_resources:2871
6263
"""
64+
env = "DJANGO_SETTINGS_MODULE=MemberManagement.test_settings"
6365

6466
[build-system]
6567
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)