Remove check for os.symlink, always there in py3+
This commit is contained in:
		
							parent
							
								
									eeeb19626b
								
							
						
					
					
						commit
						63a23d876c
					
				|  | @ -754,7 +754,6 @@ class TestInvocationVariants: | ||||||
|         result = testdir.runpytest(str(p) + "::test", "--doctest-modules") |         result = testdir.runpytest(str(p) + "::test", "--doctest-modules") | ||||||
|         result.stdout.fnmatch_lines(["*1 passed*"]) |         result.stdout.fnmatch_lines(["*1 passed*"]) | ||||||
| 
 | 
 | ||||||
|     @pytest.mark.skipif(not hasattr(os, "symlink"), reason="requires symlinks") |  | ||||||
|     def test_cmdline_python_package_symlink(self, testdir, monkeypatch): |     def test_cmdline_python_package_symlink(self, testdir, monkeypatch): | ||||||
|         """ |         """ | ||||||
|         test --pyargs option with packages with path containing symlink can |         test --pyargs option with packages with path containing symlink can | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue