ml-agents/test_requirements.txt

6 строки
126 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

# Test-only dependencies should go here, not in setup.py
Fix GitHub Actions for GitHub Enterprise (#4) * Reformat coalb files (#2) * Update GitHub actions for GitHub Enterprise Compat (#1) ### Proposed change(s) Update the GitHub actions to work in GitHub Enterprise (move from public to enterprise + public mirror). ### Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.) https://jira.unity3d.com/browse/MLA-2344 ### Types of change(s) - [x] Code refactor ### Depends on https://github.cds.internal.unity3d.com/unity/actions-syncer/pull/44 ### Depends on #2 to reformat some colab notebooks ### Verified working actions vs untested (need to test once this is checked in): - [x] colab - [x] pre-commit - [x] pytest - [ ] nightly (will automatically be tested upon submission) - [ ] publish pypi (this needs to be careful) - [ ] Lock Threads (should only run on public mirror of repo once mirroring is complete) * Reformat coalb files (#2) * Update GitHub actions for GitHub Enterprise Compat (#1) ### Proposed change(s) Update the GitHub actions to work in GitHub Enterprise (move from public to enterprise + public mirror). ### Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.) https://jira.unity3d.com/browse/MLA-2344 ### Types of change(s) - [x] Code refactor ### Depends on https://github.cds.internal.unity3d.com/unity/actions-syncer/pull/44 ### Depends on #2 to reformat some colab notebooks ### Verified working actions vs untested (need to test once this is checked in): - [x] colab - [x] pre-commit - [x] pytest - [ ] nightly (will automatically be tested upon submission) - [ ] publish pypi (this needs to be careful) - [ ] Lock Threads (should only run on public mirror of repo once mirroring is complete)
2022-02-02 00:32:54 +03:00
pytest>=6.2.5
2022-02-18 00:38:10 +03:00
pytest-cov>=2.12.1
pytest-xdist>=2.5.0
filelock>=3.4.2