Skip to content
New issue

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

Fix #345 #351

Merged
Merged

Conversation

xiki-tempula
Copy link
Collaborator

Fix #345

@xiki-tempula xiki-tempula linked an issue Mar 24, 2024 that may be closed by this pull request
Copy link

codecov bot commented Mar 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.82%. Comparing base (d8a705a) to head (ba3afe8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #351      +/-   ##
==========================================
+ Coverage   98.71%   98.82%   +0.10%     
==========================================
  Files          28       28              
  Lines        1873     1873              
  Branches      405      405              
==========================================
+ Hits         1849     1851       +2     
  Misses          2        2              
+ Partials       22       20       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just fix the CI that pulls from your personal GH.

@@ -24,5 +24,5 @@ dependencies:
- sphinx_rtd_theme

- pip:
- alchemtest @ https://github.com/alchemistry/alchemtest/archive/master.zip
- alchemtest @ git+https://github.com/xiki-tempula/alchemtest.git@feat_main
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change back

@@ -50,7 +50,7 @@ jobs:
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
extra-specs: |
create-args: |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this also being fixed in #346 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

@orbeckst orbeckst self-assigned this Mar 30, 2024
@xiki-tempula
Copy link
Collaborator Author

xiki-tempula commented Mar 31, 2024

Remove the py3.12 support now. I will add the py3.12 support in another PR, where I think I will update the versioneer. I would hope to do the same sort of updating to the cookie cutter here but I guess that will generate big merge conflict for #348

channels:
dependencies:
# Base depends
- python=3.10
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pin it to a python version so it would not break just due to some python update.

This was referenced Mar 31, 2024
@orbeckst orbeckst merged commit 160a012 into master Apr 1, 2024
8 checks passed
@orbeckst orbeckst deleted the 345-run-the-testinittest_nofilematch-test-in-a-tempdir branch April 1, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run the TestInit.test_nofilematch test in a tempdir
2 participants