[Notes] [Git][BuildStream/buildstream][phil/plugin-testing-api] requirements: Add pytest to core requirements



Title: GitLab

Phil Dawson pushed to branch phil/plugin-testing-api at BuildStream / buildstream

Commits:

4 changed files:

Changes:

  • requirements/dev-requirements.in
    1 1
     coverage == 4.4.0
    
    2 2
     pylint
    
    3 3
     pycodestyle
    
    4
    -pytest >= 3.9
    
    5 4
     pytest-cov >= 2.5.0
    
    6 5
     pytest-datafiles >= 2.0
    
    7 6
     pytest-env
    

  • requirements/dev-requirements.txt
    1 1
     coverage==4.4
    
    2 2
     pylint==2.2.2
    
    3 3
     pycodestyle==2.4.0
    
    4
    -pytest==4.0.2
    
    5 4
     pytest-cov==2.6.1
    
    6 5
     pytest-datafiles==2.0
    
    7 6
     pytest-env==0.6.2
    
    8
    -pytest-xdist==1.25.0
    
    7
    +pytest-xdist==1.26.0
    
    9 8
     pytest-timeout==1.3.3
    
    10 9
     pyftpdlib==1.5.4
    
    11 10
     ## The following requirements were added by pip freeze:
    
    ... ... @@ -18,8 +17,12 @@ isort==4.3.4
    18 17
     lazy-object-proxy==1.3.1
    
    19 18
     mccabe==0.6.1
    
    20 19
     more-itertools==5.0.0
    
    21
    -pluggy==0.8.0
    
    20
    +pathlib2==2.3.3
    
    21
    +pkg-resources==0.0.0
    
    22
    +pluggy==0.8.1
    
    22 23
     py==1.7.0
    
    23
    -pytest-forked==0.2
    
    24
    +pytest==4.1.1
    
    25
    +pytest-forked==1.0.1
    
    24 26
     six==1.12.0
    
    25
    -wrapt==1.10.11
    27
    +typed-ast==1.2.0
    
    28
    +wrapt==1.11.0

  • requirements/requirements.in
    ... ... @@ -4,6 +4,7 @@ Jinja2 >= 2.10
    4 4
     pluginbase
    
    5 5
     protobuf >= 3.5
    
    6 6
     psutil
    
    7
    +pytest >= 3.9
    
    7 8
     # According to ruamel.yaml's PyPI page, we are suppose to use
    
    8 9
     # "<=0.15" in production until 0.15 becomes API stable.
    
    9 10
     # However we need ruamel.yaml 0.15.41 or greater for Python 3.7.
    

  • requirements/requirements.txt
    1 1
     Click==7.0
    
    2
    -grpcio==1.17.1
    
    2
    +grpcio==1.18.0
    
    3 3
     Jinja2==2.10
    
    4 4
     pluginbase==0.7
    
    5 5
     protobuf==3.6.1
    
    6 6
     psutil==5.4.8
    
    7
    +pytest==4.1.1
    
    7 8
     # According to ruamel.yaml's PyPI page, we are suppose to use
    
    8 9
     # "<=0.15" in production until 0.15 becomes API stable.
    
    9 10
     # However we need ruamel.yaml 0.15.41 or greater for Python 3.7.
    
    ... ... @@ -12,7 +13,14 @@ psutil==5.4.8
    12 13
     #
    
    13 14
     # See issues #571 and #790.
    
    14 15
     ruamel.yaml==0.15.51
    
    15
    -setuptools==39.0.1
    
    16
    +setuptools==32.3.1
    
    16 17
     ## The following requirements were added by pip freeze:
    
    18
    +atomicwrites==1.2.1
    
    19
    +attrs==18.2.0
    
    17 20
     MarkupSafe==1.1.0
    
    21
    +more-itertools==5.0.0
    
    22
    +pathlib2==2.3.3
    
    23
    +pkg-resources==0.0.0
    
    24
    +pluggy==0.8.1
    
    25
    +py==1.7.0
    
    18 26
     six==1.12.0



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]