Skip to content

Commit

Permalink
pytest included in requirements so removing from workflow and editing…
Browse files Browse the repository at this point in the history
… dependencies
  • Loading branch information
Will-Cooper committed Mar 27, 2023
1 parent 7366cfc commit edc0cec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
wget -O SIMPLE.db https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-binary/main/SIMPLE.db
- name: Test with pytest
Expand Down
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies:
- freetype=2.12.1
- giflib=5.2.1
- greenlet=1.1.1
- iniconfig=1.1.1
- intel-openmp=2021.4.0
- ipython_genutils=0.2.0
- jedi=0.18.1
Expand All @@ -40,7 +39,6 @@ dependencies:
- ncurses=6.3
- olefile=0.46
- openssl=1.1.1s
- packaging=21.3
- parso=0.8.3
- pexpect=4.8.0
- pickleshare=0.7.5
Expand Down Expand Up @@ -76,7 +74,7 @@ dependencies:
- astrodbkit2==0.5
- astropy==5.2.1
- astroquery==0.4.6
- attrs==20.3.0
- attrs==22.2.0
- beautifulsoup4==4.9.3
- bokeh==3.0.2
- certifi==2022.12.7
Expand All @@ -96,6 +94,7 @@ dependencies:
- idna==2.10
- importlib-metadata==5.1.0
- importlib-resources==5.10.0
- iniconfig==2.0.0
- ipython==8.11.0
- itsdangerous==2.1.2
- jeepney==0.6.0
Expand All @@ -109,6 +108,7 @@ dependencies:
- matplotlib==3.7.1
- ndcube==2.0.3
- numpy==1.22.4
- packaging==23.0
- pandas==1.5.2
- pillow==9.3.0
- pip==23.0.1
Expand All @@ -123,7 +123,7 @@ dependencies:
- scipy==1.6.2
- secretstorage==3.3.1
- semantic-version==2.8.5
- setuptools==67.6.0
- setuptools==67.2.0
- soupsieve==2.2.1
- specutils==1.9.1
- sqlalchemy==2.0.7
Expand Down
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astrodbkit2>=0.5
astropy>=5.2.1
astroquery>=0.4.6
asttokens>=2.0.5
attrs>=22.1.0
attrs>=22.2.0
backcall>=0.2.0
beautifulsoup4>=4.9.3
bokeh>=3.0.2
Expand All @@ -20,6 +20,7 @@ contourpy>=1.0.6
cryptography>=39.0.1
decorator>=5.1.1
executing>=0.8.3
exceptiongroup>=1.1.1
Flask>=2.2.3
Flask-Cors>=3.0.10
Flask-WTF>=1.1.1
Expand All @@ -29,7 +30,7 @@ html5lib>=1.1
idna>=2.10
importlib-metadata>=5.1.0
importlib-resources>=5.10.0
iniconfig>=1.1.1
iniconfig>=2.0.0
ipython>=8.10.0
ipython-genutils>=0.2.0
itsdangerous>=2.1.2
Expand All @@ -48,15 +49,15 @@ mkl-service>=2.4.0
ndcube>=2.0.3
numpy>=1.22.4
olefile>=0.46
packaging>=21.3
packaging>=23.0
pandas>=1.5.2
parso>=0.8.3
pexpect>=4.8.0
pickleshare>=0.7.5
Pillow>=9.3.0
pip>=22.2.2
pluggy>=1.0.0
prompt-toolkit>=3.0.30
pluggy>=1.0.0,<2.0
prompt-toolkit>=3.0.30,<3.1.0
ptyprocess>=0.7.0
pure-eval>=0.2.2
py>=1.11.0
Expand All @@ -65,7 +66,7 @@ pyerfa>=2.0.0.1
Pygments>=2.11.2
pyparsing>=3.0.9
pyrsistent>=0.17.3
pytest>=7.2.0
pytest>=7.2.2
python-dateutil>=2.8.2
pytz>=2022.1
pyvo>=1.4.1
Expand All @@ -74,7 +75,7 @@ requests>=2.25.1
scipy>=1.6.2
SecretStorage>=3.3.1
semantic-version>=2.8.5
setuptools>=65.5.1
setuptools>=65.5.1,<67.3.0
six>=1.16.0
soupsieve>=2.2.1
specutils>=1.9.1
Expand Down

0 comments on commit edc0cec

Please sign in to comment.