python3Packages.deprecated: remove unused tox dependency

This commit is contained in:
Samuel Ainsworth 2021-09-04 16:22:30 -07:00 committed by GitHub
parent e826b693a1
commit 2837f7a694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
{ lib, fetchPypi, buildPythonPackage,
wrapt, pytest, tox }:
{ lib, fetchPypi, buildPythonPackage, wrapt, pytest }:
buildPythonPackage rec {
pname = "Deprecated";