Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: sconsUtils
-
Labels:None
-
Story Points:0.1
-
Team:Architecture
-
Urgent?:No
Description
https://github.com/lsst/sconsUtils/issues/100 reports that when they have a pytest.ini in a parent directory the sconsUtils tests fail. Turns out that sconsUtils is the only package we have that doesn't have a pytest configuration in setup.cfg – adding such a config fixes the problem.
Attachments
Issue Links
- is blocked by
-
DM-31974 Implement RFC-799 - add atmospec to lsst_distrib
- Invalid
- links to
I tried to do a build with a pytest.ini file in my directory tree and the first failure is spectractor because it does not have any pytest configuration with it (looks like it's assuming nose tests). Should we add an empty pytest.ini to our branch? cc/ Merlin Fisher-Levine