Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 4289bcf

Browse files
afrozenatorcopybara-github
authored andcommitted
Add attr in test deps to fix a travis issue and remove gsutil since it
isn't being used in tests. PiperOrigin-RevId: 264650849
1 parent 4de9708 commit 4289bcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@
6666
'tensorflow-hub': ['tensorflow-hub>=0.1.1'],
6767
'tests': [
6868
'absl-py',
69+
# Needed to fix a Travis pytest error.
70+
# https://github.com/Julian/jsonschema/issues/449#issuecomment-411406525
71+
'attrs>=17.4.0',
6972
'pytest>=3.8.0',
7073
'mock',
7174
'pylint',
7275
'jupyter',
73-
'gsutil',
7476
'matplotlib',
7577
# Need atari extras for Travis tests, but because gym is already in
7678
# install_requires, pip skips the atari extras, so we instead do an

0 commit comments

Comments
 (0)