Skip to content

Commit

Permalink
Merge pull request #4951 from neutrinoceros/tst/cleanup_dead_within_p…
Browse files Browse the repository at this point in the history
…ytest

CLN: cleanup unused internal conf parameter `within_pytest`
  • Loading branch information
jzuhone authored Aug 16, 2024
2 parents 39a7563 + f30fec5 commit 747571b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def pytest_configure(config):
Reads in the tests/tests.yaml file. This file contains a list of
each answer test's answer file (including the changeset number).
"""
ytcfg["yt", "internals", "within_pytest"] = True
# Register custom marks for answer tests and big data
config.addinivalue_line("markers", "answer_test: Run the answer tests.")
config.addinivalue_line(
Expand Down
1 change: 0 additions & 1 deletion yt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"ray_tracing_engine": "yt",
"internals": {
"within_testing": False,
"within_pytest": False,
"parallel": False,
"strict_requires": False,
"global_parallel_rank": 0,
Expand Down

0 comments on commit 747571b

Please sign in to comment.