Attempt to fix blackjack rendering tests (#2565)

* Consistently use os.path.join

* Update setup.py

Try to fix tests again
This commit is contained in:
Ariel Kwiatkowski
2022-01-19 23:28:43 +01:00
committed by GitHub
parent 95d649fdec
commit 186934562f
2 changed files with 4 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ setup(
"gym": [
"envs/mujoco/assets/*.xml",
"envs/classic_control/assets/*.png",
"envs/toy_text/font/*.ttf",
"envs/toy_text/img/*.png",
]
},
tests_require=["pytest", "mock"],