Removed the "test requirements" from "setup.py test", as this command now
only emits a removal error in any case and these requirements are unused.
Change-Id: I53a798bdedad88d8f9708ed3fb6d8ed1aa49f526
Fixes: #592
--- /dev/null
+.. change::
+ :tags: bug, tests
+ :tickets: 592
+
+ Removed the "test requirements" from "setup.py test", as this command now
+ only emits a removal error in any case and these requirements are unused.
license="MIT",
packages=find_packages(".", exclude=["examples*", "test*"]),
include_package_data=True,
- tests_require=["pytest!=3.9.1,!=3.9.2", "mock", "Mako"],
cmdclass={"test": UseTox},
zip_safe=False,
install_requires=requires,