py-pyzmq: fix import tests (#41869)
This commit is contained in:
		@@ -12,24 +12,14 @@ class PyPyzmq(PythonPackage):
 | 
				
			|||||||
    homepage = "https://github.com/zeromq/pyzmq"
 | 
					    homepage = "https://github.com/zeromq/pyzmq"
 | 
				
			||||||
    pypi = "pyzmq/pyzmq-22.3.0.tar.gz"
 | 
					    pypi = "pyzmq/pyzmq-22.3.0.tar.gz"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    import_modules = [
 | 
					    skip_modules = [
 | 
				
			||||||
        "zmq",
 | 
					        # Requires zmq.backend.cffi._cffi
 | 
				
			||||||
        "zmq.green",
 | 
					 | 
				
			||||||
        "zmq.green.eventloop",
 | 
					 | 
				
			||||||
        "zmq.sugar",
 | 
					 | 
				
			||||||
        "zmq.auth",
 | 
					 | 
				
			||||||
        "zmq.auth.asyncio",
 | 
					 | 
				
			||||||
        "zmq.utils",
 | 
					 | 
				
			||||||
        "zmq.backend",
 | 
					 | 
				
			||||||
        "zmq.backend.cffi",
 | 
					        "zmq.backend.cffi",
 | 
				
			||||||
        "zmq.backend.cython",
 | 
					        # Requires tornado
 | 
				
			||||||
        "zmq.ssh",
 | 
					 | 
				
			||||||
        "zmq.eventloop",
 | 
					        "zmq.eventloop",
 | 
				
			||||||
        "zmq.eventloop.minitornado",
 | 
					        "zmq.green.eventloop",
 | 
				
			||||||
        "zmq.eventloop.minitornado.platform",
 | 
					        # Requires pytest
 | 
				
			||||||
        "zmq.log",
 | 
					        "zmq.tests",
 | 
				
			||||||
        "zmq.asyncio",
 | 
					 | 
				
			||||||
        "zmq.devices",
 | 
					 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    license("BSD-3-Clause")
 | 
					    license("BSD-3-Clause")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user