dylan-profiler / visions

Type System for Data Analysis in Python
https://dylan-profiler.github.io/visions/visions/getting_started/usage/types.html
Other
206 stars 19 forks source link

TST: Remove python 3.9-dev #123

Closed sbrugman closed 4 years ago

sbrugman commented 4 years ago

Running the test environment with python 3.9-dev takes a long time since some packages need to be built from scratch. The test barely adds value as it's allowed to fail. Removing speeds up the CI testing, while we can easily reintroduce the environment later.