Skip to content
Snippets Groups Projects
Commit 71658b3a authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

more packaging fixes

parent f296f9e6
No related branches found
No related tags found
Loading
......@@ -53,11 +53,17 @@ in
# this another way, dependencies have undetected dependencies, easier
# to just use the wheel.
collections-extended = "wheel";
# same as collections-extended
isort = "wheel";
# From nixpkgs or sdist, fails with
# cp: cannot stat 'benchmark/': No such file or directory
# cp: cannot stat 'tests/': No such file or directory
tomli = "wheel";
# repo re-org or something?
# find: ‘hypothesis-6.32.1/hypothesis-python’: No such file or directory
hypothesis = "wheel";
};
in
rec {
......
......@@ -53,6 +53,10 @@ install_requires =
# install cross-platform.
colorama
# Python 3 transition
six
future
[options.extras_require]
test = coverage; fixtures; testtools; hypothesis
......
......@@ -6,7 +6,7 @@ let
inherit (tests) pkgs;
in
pkgs.mkShell {
packages = [
buildInputs = [
tests.python
tests.lint-python
pkgs.niv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment