forked from Stable-Baselines-Team/stable-baselines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
22 lines (20 loc) · 749 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
# This includes the license file in the wheel.
license_file = LICENSE
[tool:pytest]
# Deterministic ordering for tests; useful for pytest-xdist.
env =
PYTHONHASHSEED=0
filterwarnings =
ignore:inspect.getargspec:DeprecationWarning:tensorflow
ignore::pytest.PytestUnknownMarkWarning
# Tensorflow internal warnings
ignore:builtin type EagerTensor has no __module__ attribute:DeprecationWarning
ignore:The binary mode of fromstring is deprecated:DeprecationWarning
ignore::FutureWarning:tensorflow
# Gym warnings
ignore:Parameters to load are deprecated.:DeprecationWarning
ignore:the imp module is deprecated in favour of importlib:PendingDeprecationWarning
[pytype]
inputs = stable_baselines
; python_version = 3.5