We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
30 tests are skipped when pyobjcryst, diffpy.structure, diffpy.srreal, sas are not installed.
pyobjcryst
diffpy.structure
diffpy.srreal
sas
Current result without installing the dependencies mentioned above:
conda create -n diffpy.srfit_312 python=3.12 conda activate diffpy.srfit_312 pip install -r requirement/run.txt # scipy, numpy, matplotlib (at the moment) pip install . --no-deps pytest ====== 80 passed, 30 skipped, 1 warning in 0.43s =====
The text was updated successfully, but these errors were encountered:
I think we don't want to skip these, so we just have CI install these things?
Sorry, something went wrong.
yes we don't want to, while we re-cookiecut, i will add these dependencies under run.txt and see what happens.
run.txt
Discussed with @sbillinge in #89
run-ext.txt
reopening. Let's close when it is merged into main and fully resolved.
No branches or pull requests
30 tests are skipped when
pyobjcryst
,diffpy.structure
,diffpy.srreal
,sas
are not installed.Current result without installing the dependencies mentioned above:
The text was updated successfully, but these errors were encountered: