lukecwik opened a new issue, #23395:
URL: https://github.com/apache/beam/issues/23395

   ### What happened?
   
   ```
   tox -c tox.ini -e py37 -- 
apache_beam/transforms/stats_test.py::ApproximateUniqueTest_0
   ```
   
   fails with:
   ```
   objsize.py
       exclude_set.update(id(vars(m)) for m in list(sys.modules.values()))
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
   
   .0 = <list_iterator object at 0x7fbe55e89410>
   
   >   exclude_set.update(id(vars(m)) for m in list(sys.modules.values()))
   E   TypeError: vars() argument must have __dict__ attribute [while running 
'Globally/CombineGlobally(ApproximateQuantilesCombineFn)/InjectDefault']
   ```
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: sdk-py-harness


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to