Cosmetics
This commit is contained in:
		| @@ -1772,7 +1772,7 @@ class TestCustomStorageSystem(BaseFileSystemTest): | |||||||
|     # include tests related to sync token |     # include tests related to sync token | ||||||
|     s: str = "" |     s: str = "" | ||||||
|     for s in dir(BaseRequestsMixIn): |     for s in dir(BaseRequestsMixIn): | ||||||
|         if s.startswith("test_") and ("_sync_" in s or s.endswith("_sync")): |         if s.startswith("test_") and "sync" in s.split("_"): | ||||||
|             locals()[s] = getattr(BaseRequestsMixIn, s) |             locals()[s] = getattr(BaseRequestsMixIn, s) | ||||||
|     del s |     del s | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| @@ -74,7 +74,7 @@ setup( | |||||||
|     platforms="Any", |     platforms="Any", | ||||||
|     packages=find_packages( |     packages=find_packages( | ||||||
|         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), |         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), | ||||||
|     package_data={"radicale": WEB_FILES + ['py.typed']}, |     package_data={"radicale": [*WEB_FILES, 'py.typed']}, | ||||||
|     entry_points={"console_scripts": ["radicale = radicale.__main__:run"]}, |     entry_points={"console_scripts": ["radicale = radicale.__main__:run"]}, | ||||||
|     install_requires=["defusedxml", "passlib", "vobject>=0.9.6", |     install_requires=["defusedxml", "passlib", "vobject>=0.9.6", | ||||||
|                       "python-dateutil>=2.7.3", "setuptools"], |                       "python-dateutil>=2.7.3", "setuptools"], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Unrud
					Unrud