Skip to content

Tests: fix deprecations - #1317

Merged
robsdedude merged 6 commits into
neo4j:6.xfrom
robsdedude:tests/eager-interators
Jun 30, 2026
Merged

Tests: fix deprecations#1317
robsdedude merged 6 commits into
neo4j:6.xfrom
robsdedude:tests/eager-interators

Conversation

@robsdedude

@robsdedude robsdedude commented Jun 23, 2026

Copy link
Copy Markdown
Member
  • pytest deprecated using generators (lazy) for test parametrization. Instead a collection (eager) such as tuple, or list is expected.
  • numpy deprecated instantiating temporal type values without providing an explicit unit.

`pytest` deprecated using generators (lazy) for test parametrization. Instead
a collection (eager) such as tuple, or list is expected.
@robsdedude robsdedude changed the title Tests: use eager iterators Tests: fix deprecations Jun 23, 2026
@robsdedude
robsdedude force-pushed the tests/eager-interators branch from 8ea3ad2 to a36aab3 Compare June 23, 2026 16:41
@robsdedude
robsdedude marked this pull request as ready for review June 29, 2026 15:10

@MaxAake MaxAake left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@robsdedude
robsdedude merged commit 4deb1de into neo4j:6.x Jun 30, 2026
29 checks passed
@robsdedude
robsdedude deleted the tests/eager-interators branch July 2, 2026 08:57
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.

2 participants