Skip to content

Commit 2dbcbbb

Browse files
committed
fix: Remove beam-master build
1 parent d684e3e commit 2dbcbbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ envlist =
3232
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.1,4.2,4.3}
3333
{pypy,py2.7}-celery-3
3434

35-
{py2.7,py3.6}-beam-{12,13,master}
35+
{py2.7,py3.6}-beam-{12,13}
3636
py3.7-beam-{12,13}
3737

3838
# The aws_lambda tests deploy to the real AWS and have their own matrix of Python versions.
@@ -98,7 +98,6 @@ deps =
9898

9999
beam-12: apache-beam>=2.12.0, <2.13.0
100100
beam-13: apache-beam>=2.13.0, <2.14.0
101-
beam-master: git+https://github.com/apache/beam#egg=apache-beam&subdirectory=sdks/python
102101

103102
celery-3: Celery>=3.1,<4.0
104103
celery-4.1: Celery>=4.1,<4.2

0 commit comments

Comments
 (0)