Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion appengine/standard/iap/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import main
import webtest

import main


def test_index(testbed, login):
app = webtest.TestApp(main.app)
Expand Down
1 change: 1 addition & 0 deletions appengine/standard/iap/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pin pytest to 4.6.11 for Python2.
pytest==4.6.11; python_version < '3.0'
pytest==8.3.2; python_version >= '3.0'
WebTest==2.0.35; python_version < '3.0'
1 change: 1 addition & 0 deletions appengine/standard/iap/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Flask==1.1.4; python_version < '3.0'
Flask==2.1.0; python_version > '3.0'
Werkzeug==1.0.1; python_version < '3.0'
Werkzeug==3.0.3; python_version > '3.0'
six==1.16.0