#1142 Don't use more-itertools 6.0.0 in Python 2 tests
Merged 5 years ago by mprahl. Opened 5 years ago by mprahl.

file modified
+3 -2
@@ -43,8 +43,9 @@ 

      python-tox \

      rpm-build \

      && yum clean all

- # We currently require a newer versions of these Python packages for the tests

- RUN pip install --upgrade flask-sqlalchemy pytest flake8 tox pip

+ # We currently require newer versions of these Python packages for the tests.

+ # more-itertools is required by pytest, but versions 6.0.0 and up aren't Python 2 compatible

+ RUN pip install --upgrade flask-sqlalchemy pytest flake8 tox pip "more-itertools<6.0.0"

  VOLUME /src

  WORKDIR /src

  CMD ["bash", "docker/test.sh"]

no initial comment

pretty please pagure-ci rebuild

5 years ago

rebased onto afd95f3

5 years ago

pretty please pagure-ci rebuild

5 years ago

Pull-Request has been merged by mprahl

5 years ago