Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Adjust lib and pythonPackages to upstream nixpkgs changes #471

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
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: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
- TEST_FILE=empy
- TEST_FILE=fava
- TEST_FILE=flake8
- TEST_FILE=flake8_mercurial
- TEST_FILE=flit
- TEST_FILE=ldap
- TEST_FILE=lektor
Expand All @@ -29,7 +28,7 @@ env:
- TEST_FILE=tornado
install:
- sudo mount -o remount,exec,size=4G,mode=755 /run/user || true
- nix-env -iA nixpkgs.nix-prefetch-git nixpkgs.nix-prefetch-hg
- nix-env -iA nixpkgs.nix-prefetch-git
before_script:
- sudo mkdir -p /etc/nix && echo 'sandbox = true' | sudo tee /etc/nix/nix.conf
script:
Expand Down
9 changes: 0 additions & 9 deletions integrationtests/flake8-mercurial/requirements_override.nix

This file was deleted.

2 changes: 1 addition & 1 deletion integrationtests/test_aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ class AiohttpTestCase(IntegrationTest):
name_of_testcase = "aiohttp"
code_for_testing = ["import aiohttp"]
requirements = ["aiohttp==2.0.6.post1"]
python_version = "python35"
python_version = "python37"
19 changes: 0 additions & 19 deletions integrationtests/test_flake8_mercurial.py

This file was deleted.

Loading