-
Nathan Hertz authored
* commit '24dcfec0': Changed test naming convention. Added custom fixture for initializing Null object. Updated README with correct information. Added username/password collection to ensure a connection to builder. Changed import to work with conda build testing. Added dependency for transfer_to_builder Created unit tests. Fixed typo that was causing print_error to not run correctly. Removed pymygdala integration; made logging self-contained; added two more functions Fixed crash that would occur when a package has no requirements. Fixed bug in build_packages that would report package not valid when building it for the first time. Updated logging to use pymygdala's LogHandler class. First prototype of null executable.
Nathan Hertz authored* commit '24dcfec0': Changed test naming convention. Added custom fixture for initializing Null object. Updated README with correct information. Added username/password collection to ensure a connection to builder. Changed import to work with conda build testing. Added dependency for transfer_to_builder Created unit tests. Fixed typo that was causing print_error to not run correctly. Removed pymygdala integration; made logging self-contained; added two more functions Fixed crash that would occur when a package has no requirements. Fixed bug in build_packages that would report package not valid when building it for the first time. Updated logging to use pymygdala's LogHandler class. First prototype of null executable.
environment.yml 579 B
name: data
channels:
- https://builder.aoc.nrao.edu/conda
- defaults
dependencies:
- alembic=1.4
- astropy=4.0
- beautifulsoup4=4.9
- blessings=1.7
- conda-build=3.18
- cx_Oracle=7.2
- fabric=2.5
- jxmlease=1.0
- lxml=4.5
- mysqlclient=1.4
- paramiko
- pandas=1.0
- pendulum=2.1
- pid=2.2
- psycopg2=2.8
- pycapo=0.3.0
- pyopenssl=19.1.0
- pyramid=1.10
- pyramid_debugtoolbar=4.5
- pysftp=0.2.9
- pytest=5.4
- python=3.8
- requests=2.23
- simplejson=3.17
- sqlalchemy=1.3
- tqdm=4.46
- waitress=1.4
- zc.buildout=2.13.2