You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4095 we incorporate the usage of PYTEST_OPTIONS to define a set of options to be environment-dependent. This way, we can extend/override these options used only in tests from outside (for example, corporate repo).
Although I like it, I had to write a hack to know if we are running in readthedocs or readthedocsinc to know which of these options has to be respected by pytest.
The ugly code is at #4095 (comment) and we need to find a better pattern for this.
The text was updated successfully, but these errors were encountered:
In #4095 we incorporate the usage of
PYTEST_OPTIONS
to define a set of options to be environment-dependent. This way, we can extend/override these options used only in tests from outside (for example, corporate repo).Although I like it, I had to write a hack to know if we are running in
readthedocs
orreadthedocsinc
to know which of these options has to be respected bypytest
.The ugly code is at #4095 (comment) and we need to find a better pattern for this.
The text was updated successfully, but these errors were encountered: