summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-testtools/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-testtools/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-testtools/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-testtools/package.py b/var/spack/repos/builtin/packages/py-testtools/package.py
index 11a59423ec..161f61ab08 100644
--- a/var/spack/repos/builtin/packages/py-testtools/package.py
+++ b/var/spack/repos/builtin/packages/py-testtools/package.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
@@ -10,7 +10,7 @@ class PyTesttools(PythonPackage):
"""Extensions to the Python standard library unit testing framework."""
homepage = "https://github.com/testing-cabal/testtools"
- url = "https://pypi.io/packages/source/t/testtools/testtools-2.3.0.tar.gz"
+ pypi = "testtools/testtools-2.3.0.tar.gz"
version('2.3.0', sha256='5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559')