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 89d6bda commit 5d30443Copy full SHA for 5d30443
tests/geophires_x_tests/test_economics_sam.py
@@ -388,7 +388,7 @@ def test_unsupported_econ_params_ignored_with_warning(self):
388
with self.assertLogs(level='INFO') as logs:
389
gtr_provided_result = self._get_result({'Gross Revenue Tax Rate': 0.5})
390
391
- is_github_actions = 'CI' in os.environ
+ is_github_actions = 'CI' in os.environ or 'TOXPYTHON' in os.environ
392
try:
393
self.assertHasLogRecordWithMessage(
394
logs,
0 commit comments