]> git.pld-linux.org Git - packages/python-bs4.git/blame - test_suite.patch
rebuild with python 3.10
[packages/python-bs4.git] / test_suite.patch
CommitLineData
f3d1c76a
JK
1diff -dur beautifulsoup4-4.4.1.orig/setup.py beautifulsoup4-4.4.1/setup.py
2--- beautifulsoup4-4.4.1.orig/setup.py 2015-09-29 02:11:15.000000000 +0200
3+++ beautifulsoup4-4.4.1/setup.py 2015-11-26 10:42:43.000000000 +0100
4@@ -30,4 +30,5 @@
5 "Topic :: Text Processing :: Markup :: SGML",
6 "Topic :: Software Development :: Libraries :: Python Modules",
7 ],
8+ test_suite = "bs4.tests",
9 )
This page took 0.049605 seconds and 4 git commands to generate.