浏览代码

Limit pytest <4.0.0

Some of our tests fail with the new pytest v4.0.x versions because of
a change to how fixtures work. Since these versions are the latest
release in PyPI now, unit tests will fail on a fresh install.

This change limits the version range in setup.py to fix the issue
until we can make a decision about upgrading.
/develop-generalizationTraining-TrainerController
Jonathan Harper 6 年前
当前提交
2127d15a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ml-agents/setup.py

2
ml-agents/setup.py


'matplotlib',
'numpy>=1.13.3,<=1.14.5',
'jupyter',
'pytest>=3.2.2',
'pytest>=3.2.2,<4.0.0',
'docopt',
'pyyaml',
'protobuf>=3.6,<3.7',

正在加载...
取消
保存