- Move test files. - Run spark and dask separately to prevent conflicts. - Gather common code into the testing module.
22 lines
236 B
YAML
22 lines
236 B
YAML
name: python_lint
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.8
|
|
- pylint
|
|
- wheel
|
|
- setuptools
|
|
- mypy>=0.981
|
|
- numpy
|
|
- scipy
|
|
- pandas
|
|
- scikit-learn
|
|
- dask
|
|
- distributed
|
|
- black
|
|
- isort
|
|
- pyspark
|
|
- cloudpickle
|
|
- pytest
|
|
- hypothesis
|