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

Unpin Hypothesis version and delete dupilcated .github directory #14

Merged
merged 3 commits into from
Mar 22, 2024
Merged

Conversation

MetinSa
Copy link
Collaborator

@MetinSa MetinSa commented Mar 22, 2024

Fix #12. The reason that tests failed after the update seems to have been that a newer hypothesis version set an upper limit to min_value in the lists strategy.

I also saw that the .github directory got duplicated following #11. dependabot.yml is now moved to the older .github directory.

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.63%. Comparing base (778ac79) to head (f5f723b).

❗ Current head f5f723b differs from pull request most recent head b096e92. Consider uploading reports for the commit b096e92 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files          19       19           
  Lines         808      808           
=======================================
  Hits          797      797           
  Misses         11       11           

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

@MetinSa MetinSa merged commit f82975a into main Mar 22, 2024
@pllim
Copy link
Contributor

pllim commented Mar 22, 2024

Ooops sorry. I used the GitHub UI to create the new file and I didn't see the trailing whitespace. My bad!

@@ -45,7 +45,7 @@ mkdocstrings = "^0.23.0"
mkdocstrings-python = "^1.7.3"
ruff = "^0.1.4"
markdown = "<3.4.0"
hypothesis = "<=6.47.5"
hypothesis = "6.99.11"
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't use poetry but I noticed that this has no operator in front like the others. Was this intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch ! My bad

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed in c665d5f.

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.

TST: test_get_emission_pix fails with hypothesis.errors.InvalidArgument when run with hypothesis 6.99.11
2 participants