Verified Commit 5e2f142d authored by Peter Stanko's avatar Peter Stanko
Browse files

Removed the pip upgrade

parent cece977a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ build:
    - apt update && apt install -y redis-server ldap-utils ldapscripts libldap2-dev libsasl2-dev
    - service redis-server start
    - python -V         # Print out python version for debugging
    - pip install --upgrade pip
    - pip install pipenv
    - pip install pipenv

  script:
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ def test_create_submission_second_should_fail(client, ent_mocker, rest_service,
    response = rest_tools.make_request(client, path, json=request_dict, method='post',
                                       credentials=user_credentials)

    assert_response(response, code=429)
    assert_response(response, code=400)
    assert response.json['message']
    assert 'Access-Control-Allow-Origin' in response.headers