mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 20:38:54 +00:00
test_tcsh.py: use official python images, not ubuntu
This should help reduce build times.
This commit is contained in:
parent
91fceb401a
commit
10b20574d1
@ -2,19 +2,14 @@ import pytest
|
|||||||
from tests.functional.plots import with_confirmation, without_confirmation, \
|
from tests.functional.plots import with_confirmation, without_confirmation, \
|
||||||
refuse_with_confirmation, select_command_with_arrows
|
refuse_with_confirmation, select_command_with_arrows
|
||||||
|
|
||||||
containers = (('thefuck/ubuntu-python3-tcsh',
|
containers = (('thefuck/python3-tcsh',
|
||||||
u'''FROM ubuntu:latest
|
u'''FROM python:3
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -yy python3 python3-pip python3-dev git
|
|
||||||
RUN pip3 install -U setuptools
|
|
||||||
RUN ln -s /usr/bin/pip3 /usr/bin/pip
|
|
||||||
RUN apt-get install -yy tcsh''',
|
RUN apt-get install -yy tcsh''',
|
||||||
u'tcsh'),
|
u'tcsh'),
|
||||||
('thefuck/ubuntu-python2-tcsh',
|
('thefuck/python2-tcsh',
|
||||||
u'''FROM ubuntu:latest
|
u'''FROM python:2
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -yy python python-pip python-dev git
|
|
||||||
RUN pip2 install -U pip setuptools
|
|
||||||
RUN apt-get install -yy tcsh''',
|
RUN apt-get install -yy tcsh''',
|
||||||
u'tcsh'))
|
u'tcsh'))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user