BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
166 stars 45 forks source link

Bump pytest-doctestplus from 0.12.1 to 1.0.0 #135

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pytest-doctestplus from 0.12.1 to 1.0.0.

Release notes

Sourced from pytest-doctestplus's releases.

v1.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/scientific-python/pytest-doctestplus/compare/v0.13.0...v1.0.0

v0.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/astropy/pytest-doctestplus/compare/v0.12.1...v0.13.0

Changelog

Sourced from pytest-doctestplus's changelog.

1.0.0 (2023-08-11)

  • Changing GitHub organization.

0.13.0 (2023-06-07)

  • Compatibility with pytest 7.4 with respect to norecursedirs handling. #201

  • Respect --doctest-continue-on-failure flag. #197

  • Report doctests raising skip exceptions as skipped. #196

Commits
  • 207501e Finalizing changelog for v1.0.0
  • f5016f3 Merge pull request #215 from bsipocz/CI_fix_release_action
  • b96c707 CI: make sure we install test requirements before testing
  • 39243d0 DOC: minor docs cleanup
  • d671de0 Merge pull request #213 from bsipocz/MAINT_fix_80dev
  • 649df32 MAINT: fix pytest 8.0dev compatibility
  • a893bb4 Merge pull request #211 from bsipocz/ci_np_2.0
  • e085312 CI: use numpy printoptions in testing
  • 92b408f Merge pull request #207 from bsipocz/CI_more_versions
  • 19685dc CI: more version
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #135 (bb297a6) into dev_bjorn (ba9c5a8) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/135/graphs/tree.svg?width=650&height=150&src=pr&token=8gKFpo7HAl&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bj%C3%B6rn+Johansson)](https://app.codecov.io/gh/BjornFJohansson/pydna/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bj%C3%B6rn+Johansson) ```diff @@ Coverage Diff @@ ## dev_bjorn #135 +/- ## ========================================== Coverage 92.98% 92.98% ========================================== Files 36 36 Lines 3607 3607 Branches 558 558 ========================================== Hits 3354 3354 Misses 217 217 Partials 36 36 ```