duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

[Testing] Only run e2e on Single Python Version #90

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

The number of API requests to run tests is doubled when testing two python versions. Meanwhile, the format, lint, types and unit tests should suffice for ensuring that both versions are still supported (i.e. without having to doubly run all e2e tests).

This PR proposes that we only run e2e tests on python 3.11