Search before creating an issue
Bug Description
While trying to update DIRAC, we noticed that pip was pulling in external dependencies. We noticed it for joserfc, though there might be others. Our understanding was that all these dependencies should be included in the diracos bundle.
Steps to Reproduce
pip install -e DIRAC[server]
You will only see this, the first time you run the command on a clean diracos install, once the packages are downloaded, the error disappears.
Expected Behavior
diracos to contain joserfc (and all other dependencies of DIRAC and diracx)
Actual Behavior
See above.
Environment
diracos 2.60
diracx[core] 0.0.12
Relevant Log Output
Additional Context
Simon suggests an automated test to catch these issues before release.
Search before creating an issue
Bug Description
While trying to update DIRAC, we noticed that pip was pulling in external dependencies. We noticed it for joserfc, though there might be others. Our understanding was that all these dependencies should be included in the diracos bundle.
Steps to Reproduce
pip install -e DIRAC[server]
You will only see this, the first time you run the command on a clean diracos install, once the packages are downloaded, the error disappears.
Expected Behavior
diracos to contain joserfc (and all other dependencies of DIRAC and diracx)
Actual Behavior
See above.
Environment
diracos 2.60
diracx[core] 0.0.12
Relevant Log Output
Additional Context
Simon suggests an automated test to catch these issues before release.