We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997766d commit bed3803Copy full SHA for bed3803
test/conftest.py
@@ -32,6 +32,9 @@
32
if os.getenv('GITHUB_ACTIONS') == 'true':
33
34
def pytest_sessionstart():
35
+ # see https://github.com/mrob95/pyvda/blob/e66b41b2b11a4016fcc346c793484575038500f5/pyvda/__init__.py#L54
36
+ os.environ['READTHEDOCS'] = '1'
37
+
38
shutil.copyfile(__pyvda_utils, __pyvda_utils.parent / 'utils-old.py')
39
40
with open(__pyvda_utils, 'r') as f:
0 commit comments