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

Update tox.ini #182

Merged
merged 13 commits into from Mar 30, 2024
Merged

Update tox.ini #182

merged 13 commits into from Mar 30, 2024

Conversation

telegraphic
Copy link
Owner

Should fix failing tests: since tox 4, passenv is a comma-separated list of environment variables (it used to be a space-separated list)

Should fix failing tests: since tox 4, passenv is a comma-separated list of environment variables (it used to be a space-separated list)
Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (cbcebec) to head (2a54eac).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #182   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines         1088      1093    +5     
=========================================
+ Hits          1088      1093    +5     

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

@telegraphic
Copy link
Owner Author

  • Tests running on python versions ['3.7', '3.8', '3.9', '3.10', '3.11'] (removed 3.5 and 3.6)
  • Fixed failing test in test_01_hickle_helpers.py, due to h5py change of OSError to KeyError
  • Removed x86 tests and added with arm64 tests for Mac (3.10 onwards)
  • Removed astropy version pin

@telegraphic telegraphic merged commit 0a39e8d into master Mar 30, 2024
36 checks passed
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.

None yet

1 participant