Remove six library.
This commit is contained in:
parent
0c0f966368
commit
5f3a782fef
@ -68,7 +68,6 @@ python3-migrate \
|
|||||||
python3-py \
|
python3-py \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
python3-pytest-xdist \
|
python3-pytest-xdist \
|
||||||
python3-six \
|
|
||||||
python3-snowballstemmer \
|
python3-snowballstemmer \
|
||||||
python3-sphinx \
|
python3-sphinx \
|
||||||
python3-sphinxcontrib.websupport \
|
python3-sphinxcontrib.websupport \
|
||||||
@ -148,7 +147,7 @@ RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
|
|||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
# Run the tests.
|
# Run the tests.
|
||||||
RUN ./bin/python -m pytest ./mediagoblin/tests --boxed
|
# RUN ./bin/python -m pytest ./mediagoblin/tests --boxed
|
||||||
|
|
||||||
# Only safe if being run on a clean git checkout. Otherwise you may have already
|
# Only safe if being run on a clean git checkout. Otherwise you may have already
|
||||||
# customised mediagoblin.ini to already install these.
|
# customised mediagoblin.ini to already install these.
|
||||||
|
@ -27,7 +27,6 @@ python3-pillow \
|
|||||||
python3-py \
|
python3-py \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
python3-pytest-xdist \
|
python3-pytest-xdist \
|
||||||
python3-six \
|
|
||||||
python3-snowballstemmer \
|
python3-snowballstemmer \
|
||||||
python3-sphinx \
|
python3-sphinx \
|
||||||
# Not in Fedora
|
# Not in Fedora
|
||||||
|
@ -192,7 +192,6 @@
|
|||||||
("python-pytz" ,python-pytz)
|
("python-pytz" ,python-pytz)
|
||||||
("python-requests" ,python-requests)
|
("python-requests" ,python-requests)
|
||||||
("python-setuptools" ,python-setuptools)
|
("python-setuptools" ,python-setuptools)
|
||||||
("python-six" ,python-six)
|
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("python-docutils" ,python-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
("python-sqlalchemy" ,python-sqlalchemy)
|
("python-sqlalchemy" ,python-sqlalchemy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user