Skip to content

Commit

Permalink
fix: fix dependency issue in fastavro (#241)
Browse files Browse the repository at this point in the history
* fixing dependency version to last version that supports Python 2.7

* Update noxfile.py

Removing fastavro dependency.

Co-authored-by: Tim Swast <swast@google.com>

Co-authored-by: Tim Swast <swast@google.com>
  • Loading branch information
aravinsiva and tswast committed Aug 24, 2020
1 parent a04996c commit 2874abf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Expand Up @@ -92,7 +92,6 @@ def system(session):
# Install all test dependencies, then install local packages in place.
session.install("mock", "pytest", "psutil", "google-cloud-testutils")
session.install("google-cloud-storage")
session.install("fastavro")
session.install("-e", ".[all]")

# IPython does not support Python 2 after version 5.x
Expand Down

0 comments on commit 2874abf

Please sign in to comment.