Skip to content

Conversation

@nathanjmcdougall
Copy link
Contributor

It's being used here, for example:

@pytest.mark.timeout(method='thread', timeout=90)
def geostat_prior_builder_test(tmp_path):

At the moment, this isn't declared as a dependency so when trying to collect the pytest tests, a warning is emitted:

>> pytest autotest --collect-only 

...

autotest\utils_tests.py:826
  C:\Users\namc\Repositories\pyemu\autotest\utils_tests.py:826: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html

@mwtoews
Copy link
Contributor

mwtoews commented Dec 13, 2025

Same fix in #643

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants