Skip to content

Commit

Permalink
Update yml
Browse files Browse the repository at this point in the history
- Changed pytest-reportlog from conda (out of date) to pypi
  • Loading branch information
gmaze committed Sep 26, 2023
1 parent 2044246 commit 1b453b4
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 48 deletions.
7 changes: 5 additions & 2 deletions ci/requirements/py3.8-all-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ dependencies:
- pytest-cov
- pytest-env
- pytest-localftpserver
- pytest-reportlog
# - pytest-reportlog
- aiofiles
- setuptools
# - sphinx
# - sphinx

- pip:
- pytest-reportlog
91 changes: 47 additions & 44 deletions ci/requirements/py3.8-core-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,55 @@ name: argopy-tests
channels:
- conda-forge
dependencies:
- python = 3.8
- python=3.8

# CORE:
- aiohttp = 3.8.4
- erddapy = 2.0.1
- fsspec = 2023.5.0
- netCDF4 = 1.6.3
- packaging = 23.1
- scipy = 1.10.1
- toolz = 0.12.0
- xarray = 2023.1.0
- aiohttp
- erddapy
- fsspec
- netCDF4
- packaging
- scipy
- toolz
- xarray

## EXT.UTIL:
# - gsw = 3.6.16
# - tqdm = 4.65.0
# - zarr = 2.14.2
#
## EXT.PERF:
# - dask = 2023.5.0
# - distributed = 2023.5.0
# - pyarrow = 12.0.0
#
## EXT.PLOT:
# - IPython = 8.12.2
# - cartopy = 0.21.1
# - ipykernel = 6.23.1
# - ipywidgets = 8.0.6
# - matplotlib = 3.7.1
# - seaborn = 0.12.2
# EXT.UTIL:
# - gsw
# - tqdm
# - zarr

# EXT.PERF:
# - dask
# - distributed
# - pyarrow

# EXT.PLOT:
# - IPython
# - cartopy
# - ipykernel
# - ipywidgets
# - matplotlib
# - seaborn

# DEV:
- black = 23.3.0
- bottleneck = 1.3.7
- cfgrib = 0.9.10.4
- cftime = 1.6.2
# - conda = -
- flake8 = 6.0.0
# - nc-time-axis = -
- numpy = 1.24.3
- pandas = 1.5.3
- pip = 23.1.2
- pytest = 7.3.1
- pytest-cov = 4.1.0
- pytest-env = 0.8.1
- pytest-localftpserver = 1.1.4
- pytest-reportlog
- aiofiles=0.7.0
- setuptools = 67.7.2
# - sphinx = -
- black
- bottleneck
- cfgrib
- cftime
# - conda
- flake8
# - nc-time-axis
- numpy
- pandas < 2.0
- pip
- pytest
- pytest-cov
- pytest-env
- pytest-localftpserver
# - pytest-reportlog
- aiofiles
- setuptools
# - sphinx

- pip:
- pytest-reportlog
5 changes: 4 additions & 1 deletion ci/requirements/py3.9-all-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ dependencies:
- pytest-cov
- pytest-env
- pytest-localftpserver
- pytest-reportlog
# - pytest-reportlog
- aiofiles
- setuptools
# - sphinx

- pip:
- pytest-reportlog
5 changes: 4 additions & 1 deletion ci/requirements/py3.9-core-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ dependencies:
- pytest-cov
- pytest-env
- pytest-localftpserver
- pytest-reportlog
# - pytest-reportlog
- aiofiles
- setuptools
# - sphinx

- pip:
- pytest-reportlog

0 comments on commit 1b453b4

Please sign in to comment.