mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Merge pull request #257 from waveform80/disable-timing-test-on-pypy
Dsiable control_all test on pypy
This commit is contained in:
		| @@ -196,6 +196,8 @@ def test_led_board_blink_take_over(): | |||||||
|     pin2.assert_states_and_times(test) |     pin2.assert_states_and_times(test) | ||||||
|     pin3.assert_states_and_times(test) |     pin3.assert_states_and_times(test) | ||||||
|  |  | ||||||
|  | @pytest.mark.skipif(hasattr(sys, 'pypy_version_info'), | ||||||
|  |                     reason='timing is too random on pypy') | ||||||
| def test_led_board_blink_control_all(): | def test_led_board_blink_control_all(): | ||||||
|     pin1 = MockPin(2) |     pin1 = MockPin(2) | ||||||
|     pin2 = MockPin(3) |     pin2 = MockPin(3) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user